-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing hardcoded urls for custom build from CI #20
Conversation
make sure this continues to build in travis and the autogenerated docker hub build (https://hub.docker.com/r/radanalyticsio/openshift-spark/) |
I added a change to .travis.yml to fix that |
what about the docker hub autobuilds? maybe you can default the --build-args? |
Good point! I'll add a default which is going to be the original url we put in there originally. |
…not provided as build args
ok, be sure to revert the .travis.yml so travis builds essentially the same way docker hub will |
Good point. I've reverted and committed.
…On Wed, Feb 1, 2017 at 8:23 PM, Matthew Farrellee ***@***.***> wrote:
ok, be sure to revert the .travis.yml so travis builds essentially the
same way docker hub will
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABNf_3cXXdRFUyZ5-XfzbrVfixGCWfUAks5rYTAtgaJpZM4L0M1j>
.
|
.travis.yml
Outdated
@@ -6,4 +6,4 @@ services: | |||
- docker | |||
|
|||
script: | |||
- make build | |||
- make build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be no change here
@mattf I've reverted travis.yml . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Using customer build args we can do custom builds